home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TCOPYDIALOG / TCOPYDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  3.2 KB  |  153 lines

  1. object CopyDialog: TCopyDialog
  2.   Left = 363
  3.   Top = 198
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_copy'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'CopyDialog'
  9.   ClientHeight = 359
  10.   ClientWidth = 511
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnCloseQuery = FormCloseQuery
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     511
  23.     359)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object DirectoryLabel: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 187
  30.     Height = 13
  31.     Caption = 'Copy 2 selected files to remote directory'
  32.   end
  33.   object LocalDirectoryEdit: THistoryComboBox
  34.     Left = 8
  35.     Top = 25
  36.     Width = 410
  37.     Height = 21
  38.     Anchors = [akLeft, akTop, akRight]
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.     Text = 'LocalDirectoryEdit'
  42.     OnKeyDown = DirectoryEditKeyDown
  43.   end
  44.   object RemoteDirectoryEdit: THistoryComboBox
  45.     Left = 8
  46.     Top = 25
  47.     Width = 494
  48.     Height = 21
  49.     AutoComplete = False
  50.     Anchors = [akLeft, akTop, akRight]
  51.     ItemHeight = 13
  52.     MaxLength = 1000
  53.     TabOrder = 2
  54.     Text = 'RemoteDirectoryEdit'
  55.     OnKeyDown = DirectoryEditKeyDown
  56.   end
  57.   object MoreButton: TMoreButton
  58.     Left = 251
  59.     Top = 329
  60.     Width = 75
  61.     Height = 25
  62.     Anchors = [akRight, akBottom]
  63.     Caption = '<< &Less'
  64.     TabOrder = 6
  65.     OnChange = ControlChange
  66.     Panel = MorePanel
  67.     RepositionForm = True
  68.   end
  69.   object CopyButton: TButton
  70.     Left = 339
  71.     Top = 329
  72.     Width = 75
  73.     Height = 25
  74.     Anchors = [akRight, akBottom]
  75.     Caption = 'Copy'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 7
  79.   end
  80.   object CancelButton: TButton
  81.     Left = 427
  82.     Top = 329
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 8
  90.   end
  91.   object MorePanel: TPanel
  92.     Left = 0
  93.     Top = 52
  94.     Width = 511
  95.     Height = 253
  96.     Anchors = [akLeft, akTop, akRight, akBottom]
  97.     BevelOuter = bvNone
  98.     TabOrder = 3
  99.     object SaveSettingsCheck: TCheckBox
  100.       Left = 8
  101.       Top = 235
  102.       Width = 377
  103.       Height = 17
  104.       Caption = 'Use &same settings next time'
  105.       TabOrder = 2
  106.     end
  107.     inline CopyParamsFrame: TCopyParamsFrame
  108.       Left = 2
  109.       Top = 0
  110.       Width = 508
  111.       Height = 213
  112.       TabOrder = 0
  113.     end
  114.     object NewerOnlyCheck: TCheckBox
  115.       Left = 8
  116.       Top = 215
  117.       Width = 377
  118.       Height = 17
  119.       Caption = 'N&ew and updated file(s) only'
  120.       TabOrder = 1
  121.     end
  122.   end
  123.   object LocalDirectoryBrowseButton: TButton
  124.     Left = 427
  125.     Top = 23
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'B&rowse...'
  129.     TabOrder = 1
  130.     OnClick = LocalDirectoryBrowseButtonClick
  131.   end
  132.   object QueueCheck: TCheckBox
  133.     Left = 8
  134.     Top = 307
  135.     Width = 301
  136.     Height = 17
  137.     Anchors = [akLeft, akBottom]
  138.     Caption = 'Transfer on background (add to transfer &queue)'
  139.     TabOrder = 4
  140.     OnClick = ControlChange
  141.   end
  142.   object QueueNoConfirmationCheck: TCheckBox
  143.     Left = 312
  144.     Top = 307
  145.     Width = 193
  146.     Height = 17
  147.     Anchors = [akLeft, akBottom]
  148.     Caption = 'No &confirmations'
  149.     TabOrder = 5
  150.     OnClick = ControlChange
  151.   end
  152. end
  153.